Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The customer unique identifier in your system

Query Parameters

brand_id
string

Filter messages by brand id

trigger
string

Filter by trigger event type. Returns messages with no trigger or a matching trigger_event

types
string

Comma-separated message types to include

Example:

"modal,banner"

limit
integer
default:10

Maximum messages to return (1–50, default 10)

Required range: 1 <= x <= 50

Response

Ok

data
object